@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
A {
	text-decoration: none;
}
A:link {
	color: #333333;
	outline: none;
}
A:visited {
	color: #333333;
}
A:active {
	color: #333333;
}
A:hover {
	color: #d8181d;
}
BODY {
	margin: 0px;
	font-family: "微软雅黑";
	background: #ffffff;
	color: #333333;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
input,
dl,
dt,
dd,
header,
article,
iframe,
footer,
ol,
div,
img {
	margin: 0px;
	padding: 0px;
}
input {
	border: 0px;
}
img {
	border: 0px;
	vertical-align: middle;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	max-width: 100%;
	height: auto;
}
li {
	list-style: none;
}
a {
	outline: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
b,
label {
	font-weight: normal;
}

input,
button,
select,
textarea {
	outline: none;
	font-family: "微软雅黑";
	font-size: 12px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

@media only screen and (max-width: 1200px) {
	.main {
		width: 100%;
		margin: 0px auto;
	}
	body {
		font-size: 12px;
		line-height: 1.5;
	}
}

@media only screen and (min-width: 1200px) {
	.main {
		width: 1200px;
		margin: 0px auto;
	}
	body {
		font-size: 14px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 1200px) {
	.top {
		width: 100%;
		background: #fff;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		height: 55px;
		position: fixed;
		z-index: 30;
		top: 0;
		left: 0;
	}
	.top .main {
		height: 55px;
		position: relative;
	}
	.top_jg {
		height: 55px;
		width: 100%;
	}
	a.logo {
		width: 236px;
		height: 30px;
		position: absolute;
		left: 3%;
		top: 12px;
	}
	a.logo img {
		height: 30px;
	}
	.cd_t {
		width: 100%;
		float: left;
		font-size: 1.1em;
		color: #999999;
		padding: 10px 3% 10px 3%;
	}
	.cd_t li {
		float: left;
	}
	.cd_t li.l_x {
		margin: 0px 15px;
	}
	.cd_t a {
	}

	.menu {
		margin: 0px 0px 0px 0%;
		float: left;
		font-size: 1em;
		width: 100%;
	}
	.menu li {
		float: left;
		width: 100%;
		border-top: solid 1px #c6c6c6;
	}
	.menu a {
		display: block;
		width: 100%;
		padding: 8px 0px;
		text-align: left;
		padding-left: 3%;
		color: #333333;
	}
	.menu a {
		font-size: 1.1em;
	}
	.menu dl {
		width: 100%;
		float: left;
		padding-bottom: 8px;
	}
	.menu dl dd {
		width: 50%;
		float: left;
	}
	.menu dl dd a {
		padding: 5px 0px;
		padding-left: 6%;
		font-size: 1em;
	}
	.menu li a:hover {
		color: #b40018;
	}
	.menu2 {
		width: 32px;
		height: 20px;
		display: block;
		position: absolute;
		right: 3%;
		top: 18px;
	}
	.menu2 a {
		background: url(../images/d2_1_03.png) no-repeat;
		outline: none;
		display: block;
		background-size: 100% 100%;
		width: 32px;
		height: 20px;
		line-height: 20px;
	}
	.menu2 a.on {
		background: url(../images/d2_2_03.png) no-repeat;
		background-size: 100% 100%;
	}
	#navk {
		width: 100%;
		height: 100%;
		display: none;
		background: #ffffff;
		position: fixed;
		padding: 65px 0px 10px 0px;
		overflow-y: auto;
		left: 0px;
		top: 0px;
		z-index: 29;
	}
	.top_tel{
		float: left;
		width: 94%;
		margin: 0px 0px 10px 3%;
		font-size: 16px;
		color:#d60000;
	}
	.top_tel .bi{
		margin-right: 10px;
	}
	.ss {
		float: left;
		width: 94%;
		margin: 0px 0px 15px 3%;
		height: 30px;
		background: #ffffff;
		border: solid 1px #cccccc;
	}
	.ss_txt {
		float: left;
		height: 28px;
		line-height: 28px;
		background: none;
		color: #696969;
		font-size: 1em;
		width: 80%;
		padding-left: 10px;
	}
	.ss_an {
		float: right;
		background: url(../images/t_ss_on.png) center center no-repeat;
		width: 43px;
		height: 30px;
		margin: -1px -1px 0px 0px;
	}
	a.cd_a_lan {
		display: inline-block;
		height: 35px;
		line-height: 35px;
		padding: 0px 15px;
		color: #fff;
		background: #5a9acc;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	a.cd_a_d {
		display: inline-block;
		height: 35px;
		line-height: 35px;
		padding: 0px 15px;
		color: #fff;
		background: #818282;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	#navk a.cd_a_lan {
		width: 94%;
		display: block;
		float: left;
		margin: -5px 0px 10px 3%;
		text-align: center;
	}
}

@media only screen and (min-width: 1200px) {
	.top_jg {
		display: none;
	}
	#navk {
		width: 100%;
		height: 55px;
		background: #d60000;
	}
	#navk .main {
		position: relative;
		height: 55px;
	}
	.menu2 {
		display: none;
	}
	.top {
		width: 100%;
		background: url(../images/top_bj.jpg) top center no-repeat;
		height: 110px;
	}
	.top .main {
		position: relative;
		height: 110px;
	}
	.top_jg {
		display: none;
	}
	a.logo {
		width: 488px;
		height: 62px;
		position: absolute;
		left: 0px;
		top: 24px;
	}
	a.logo img {
		height: 62px;
	}
	.menu {
		position: relative;
		z-index: 10;
		height: 55px;
		line-height: 55px;
		width: 1200px;
		margin: 0px auto;
	}
	.menu li {
		height: 55px;
		float: left;
		width: 175px;
		margin-right: 1px;
		position: relative;
	}
	.menu li:first-child {
		width: 120px;
	}
	.menu a {
		color: #ffffff;
	}
	.menu a.dbt {
		font-size: 16px;
		width: 100%;
		display: block;
		height: 55px;
		text-align: center;
	}
	.menu a.dbt:hover,
	.menu li.on a.dbt,
	.menu li:hover a.dbt {
		background: #c00000;
	}
	.menu dl {
		width: 100%;
		font-size: 15px;
		display: none;
		text-align: center;
		padding: 0px 0px 0px 0px;
		background: #c00000;
		position: absolute;
		left: 0px;
		top: 55px;
	}
	.menu li:hover dl {
		display: block;
	}
	.menu dd {
		width: 100%;
		float: left;
		height: 38px;
		line-height: 38px;
	}
	.menu dd a {
		display: block;
		height: 38px;
		width: 100%;
	}
	.menu dd a:hover {
		background: #ac0303;
	}

	.top_tel{
		position: absolute;
		right: 0px;
		top: -75px;
		color:#d60000;
		font-size: 20px;
		line-height: 30px;
	}
	.top_tel .bi{
		margin-right: 10px;
		font-size: 24px;
	}
	.top_tel b{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 40px;
		font-weight: bold;
	}
	.ss {
		width: 335px;
		height: 40px;
		-moz-border-radius: 40px;
		-webkit-border-radius: 40px;
		border-radius: 40px;
		background: #ffffff;
		position: absolute;
		right: 0px;
		top: -75px;
		border: solid 1px #e5e5e5;
	}
	.ss_txt {
		height: 38px;
		line-height: 38px;
		background: none;
		font-size: 14px;
		width: 100%;
		color: #838486;
		padding-left: 20px;
	}
	.ss_an {
		position: absolute;
		right: 10px;
		top: 0px;
		background: url(../images/t_ss.png) center center no-repeat;
		width: 40px;
		height: 40px;
		text-align: center;
		cursor: pointer;
	}
	a.cd_a_lan {
		display: inline-block;
		height: 35px;
		line-height: 35px;
		padding: 0px 15px;
		color: #fff;
		background: #5a9acc;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	a.cd_a_d {
		display: inline-block;
		height: 35px;
		line-height: 35px;
		padding: 0px 15px;
		color: #fff;
		background: #818282;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
}
.ss_an:hover {
	background: url(../images/t_ss_on.png) center center no-repeat;
}
a.cd_a_lan:hover,
a.cd_a_d:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
@media only screen and (max-width: 1200px) {
	.foot {
		width: 100%;
		background: #ffffff;
		font-size: 1em;
		padding: 15px 3%;
		text-align: center;
		border-top: solid 4px #d60000;
	}
}

@media only screen and (min-width: 1200px) {
	.foot {
		width: 100%;
		background: #ffffff;
		font-size: 14px;
		padding: 25px 0px;
		text-align: center;
		border-top: solid 5px #d60000;
	}
}

@media only screen and (max-width: 1200px) {
	.sy1 {
		width: 100%;
		padding: 20px 3%;
	}
	.sy1_bt {
		width: 100%;
		float: left;
		text-align: center;
		position: relative;
		height: 40px;
		line-height: 30px;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.sy1_bt i {
		position: absolute;
		height: 2px;
		width: 30px;
		left: 50%;
		margin-left: -15px;
		bottom: 0px;
		background: #d60000;
	}
	.sy1_lb {
		width: 103%;
		float: left;
		margin: 0 0 0 -1.5%;
	}
	.sy1_lb li {
		float: left;
		width: 48%;
		border: solid 1px #dddddd;
		margin: 1%;
		text-align: center;
		padding: 8px;
	}
	.sy1_lb p {
		float: left;
		width: 100%;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		margin-top: 5px;
	}
	.sy_anq {
		width: 100%;
		float: left;
		text-align: center;
	}
	a.cd_a_d {
		height: 38px;
		line-height: 38px;
		color: #333;
		-moz-border-radius: 45px;
		-webkit-border-radius: 45px;
		border-radius: 45px;
		padding: 0px 30px;
		background: #fff;
		border: solid 1px #ddd;
		display: inline-block;
	}

	.sy_n {
		width: 100%;
		float: left;
		overflow: hidden;
		margin: 0px 0px 0px 0;
	}
	.sy_n ul {
		width: 100%;
		float: left;
		margin-left: 0px;
	}
	.sy_n li {
		width: 100%;
		float: left;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.sy_n a.dbt {
		display: block;
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		line-height: 155%;
		padding-bottom: 10px;
		border-bottom: solid 1px #ddd;
		margin-bottom: 10px;
	}

	.sy_dt {
		width: 100%;
	}
	.sy_dt .map {
		width: 100%;
		height: 250px;
	}

	.sy_dt .txtk {
		width: 100%;
		background: rgba(214, 0, 0, 1);
		color: #ffffff;
		padding: 15px;
	}
	.sy_dt .txtk img {
		vertical-align: text-top;
	}
	.sy_dt .txtk h2 {
		display: block;
		font-size: 16px;
		font-weight: bold;
		line-height: 155%;
		margin-bottom: 10px;
	}
}
.sy_dt .map{
	background-image: url(../images/map.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (min-width: 1200px) {
	.sy1 {
		width: 100%;
		padding: 70px 0;
	}
	.sy1_bt {
		width: 100%;
		float: left;
		text-align: center;
		position: relative;
		height: 60px;
		line-height: 40px;
		font-size: 28px;
		margin-bottom: 30px;
	}
	.sy1_bt i {
		position: absolute;
		height: 3px;
		width: 40px;
		left: 50%;
		margin-left: -20px;
		bottom: 0px;
		background: #d60000;
	}
	.sy1_lb {
		width: 103%;
		float: left;
		margin: 0 0 0 -1.5%;
	}
	.sy1_lb li {
		float: left;
		width: 23%;
		border: solid 1px #dddddd;
		margin: 1%;
		text-align: center;
		padding: 10px;
	}
	.sy1_lb p {
		float: left;
		width: 100%;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		margin-top: 5px;
	}
	.sy_anq {
		width: 100%;
		float: left;
		text-align: center;
	}

	a.cd_a_d {
		height: 42px;
		line-height: 42px;
		-moz-border-radius: 45px;
		-webkit-border-radius: 45px;
		border-radius: 45px;
		padding: 0px 50px;
		background: #fff;
		border: solid 1px #ddd;
		display: inline-block;
		color: #333;
	}

	.sy_n {
		width: 100%;
		float: left;
		overflow: hidden;
		margin: 20px 0px 40px 0;
	}
	.sy_n ul {
		width: 1300px;
		float: left;
		margin-left: -50px;
	}
	.sy_n li {
		width: 550px;
		float: left;
		margin: 0px 50px;
		height: 140px;
		overflow: hidden;
	}
	.sy_n a.dbt {
		display: block;
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		border-bottom: solid 1px #ddd;
		margin-bottom: 10px;
	}

	.sy_dt {
		width: 100%;
		height: 500px;
		overflow: hidden;
		background: #f5f5f5;
		position: relative;
	}
	.sy_dt .map {
		width: 100%;
		height: 500px;
	}
	#dituContent {
		height: 500px;
	}
	.sy_dt .txtk {
		width: 500px;
		height: 280px;
		background: rgba(214, 0, 0, 0.7);
		position: absolute;
		left: 0px;
		top: 50%;
		margin-top: -140px;
		color: #ffffff;
		z-index: 2;
		font-size: 14px;
		line-height: 24px;
		padding: 30px 50px;
	}
	.sy_dt .txtk img {
		vertical-align: text-top;
	}
	.sy_dt .txtk h2 {
		display: block;
		font-size: 24px;
		line-height: 155%;
		margin-bottom: 10px;
	}
}
a.cd_a_d:hover {
	background: #d91212;
	border: solid 1px #d91212;
	color: #fff;
}
.sy1_lb .imgk,
.sy1_lb .imgk img {
	width: 100%;
	float: left;
}
.bj_d {
	background: #f4f4f4;
}
.sy_ban1 img {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.ny {
		width: 100%;
		padding: 20px 0px;
	}
	.ny .d1 {
		float: left;
		width: 100%;
		padding: 15px 3%;
	}
	.ny .d2 {
		float: left;
		width: 100%;
	}
	.ny_bt {
		width: 100%;
		float: left;
		height: 50px;
		line-height: 50px;
		border-bottom: solid 1px #ddd;
		margin-bottom: 30px;
		display: none;
	}
	.ny_bt .s1 {
		float: left;
		font-size: 18px;
		font-weight: bold;
	}
	.ab_nr {
		width: 100%;
		float: left;
		text-align: justify;
	}

	.lm1 {
		width: 100%;
		float: left;
		display: none;
	}
	.lm1 h2 {
		display: none;
	}
	.lm1 li {
		float: left;
		width: 100%;
		text-align: center;
		margin-bottom: -1px;
	}
	.lm1 li a.dbt {
		display: block;
		font-size: 13px;
		line-height: 35px;
		height: 35px;
		width: 100%;
		background: #f0f0f0;
		border: solid 1px #ddd;
	}
	.lm1 li a.dbt:hover {
		background: #d60000;
		color: #fff;
		border: solid 1px #b19670;
	}
	.lm1 li p {
		padding: 0px 0px;
	}
	.lm1 li p a {
		width: 100%;
		border-bottom: solid 1px #ddd;
		width: 100%;
		line-height: 40px;
		display: block;
	}
	.lm1 li p a:hover {
		color: #b19670;
	}
	.lm1_bt {
		width: 100%;
		float: left;
		margin-top: -15px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		border-bottom: solid 1px #e1e1e1;
		font-size: 15px;
		font-weight: bold;
	}
	.lm1_bt a {
		width: 100%;
		height: 40px;
		display: block;
		background: url(../images/jt_xx.png) no-repeat 97% 14px;
		color: #333;
	}
	.lm1_bt a.on {
		background: url(../images/jt_xx_.png) no-repeat 97% 14px;
	}
	.lm1_dbt {
		display: none;
	}

	.lx1 {
		width: 100%;
		float: left;
		background: #fff;
		border: solid 1px #ddd;
		margin-bottom: 20px;
		display: none;
	}
	.lx1 h2 {
		width: 100%;
		float: left;
		text-align: center;
		line-height: 50px;
		font-size: 20px;
		color: #fff;
		background: #d60000;
	}
	.lx1 .txtk {
		width: 100%;
		float: left;
		padding: 20px;
	}
	.lx1 .txtk h3 {
		font-size: 15px;
		font-weight: bold;
		line-height: 155%;
	}
}
@media only screen and (min-width: 1200px) {
	.ny {
		width: 100%;
		padding: 50px 0px;
	}
	.ny .d1 {
		float: left;
		width: 890px;
	}
	.ny .d2 {
		float: right;
		width: 260px;
	}
	.ny_bt {
		width: 100%;
		float: left;
		height: 50px;
		line-height: 50px;
		border-bottom: solid 1px #ddd;
		margin-bottom: 30px;
	}
	.ny_bt .s1 {
		float: left;
		font-size: 18px;
		font-weight: bold;
	}
	.ny_bt .s2 {
		float: right;
		font-size: 12px;
		color: #888;
	}
	.ny_bt .s2 a {
		color: #888;
	}
	.ab_nr {
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 30px;
	}

	.lm1_bt {
		display: none;
	}

	.lm1 {
		width: 100%;
		float: left;
		background: #fff;
		border: solid 1px #ddd;
		margin-bottom: 20px;
	}
	.lm1 h2 {
		width: 100%;
		float: left;
		text-align: center;
		line-height: 50px;
		font-size: 20px;
		color: #fff;
		background: #d60000;
	}
	.lm1 ul {
		padding: 15px 25px 25px 25px;
		width: 100%;
		float: left;
	}
	.lm1 li {
		float: left;
		width: 100%;
		border-bottom: solid 1px #ddd;
	}
	.lm1 li a.dbt {
		display: block;
		padding-left: 18px;
		font-size: 15px;
		line-height: 45px;
		height: 45px;
		width: 100%;
		background: url(../images/r_jt.png) left no-repeat;
	}
	.lm1 li a.dbt.on,
	.lm1 li a.dbt:hover {
		background: url(../images/r_jt_on.png) left no-repeat;
		color: #d60000;
	}
	.lm1 li p {
		padding: 10px 5px;
	}
	.lm1 li p a {
		width: 100%;
		border-bottom: solid 1px #ddd;
		width: 100%;
		line-height: 40px;
		display: block;
	}
	.lm1 li p a.on,
	.lm1 li p a:hover {
		color: #b19670;
	}

	.lx1 {
		width: 100%;
		float: left;
		background: #fff;
		border: solid 1px #ddd;
		margin-bottom: 20px;
	}
	.lx1 h2 {
		width: 100%;
		float: left;
		text-align: center;
		line-height: 50px;
		font-size: 20px;
		color: #fff;
		background: #d60000;
	}
	.lx1 .txtk {
		width: 100%;
		float: left;
		padding: 20px;
	}
	.lx1 .txtk h3 {
		font-size: 15px;
		font-weight: bold;
		line-height: 155%;
	}
}

@media only screen and (max-width: 1200px) {
	.fy1 {
		width: 102%;
		float: left;
		text-align: center;
		margin: 0px 0px 0px -1%;
		font-size: 1.1em;
	}
	.fy1 a {
		padding: 0px 12px;
		text-align: center;
		width: 48%;
		float: left;
		height: 40px;
		line-height: 40px;
		display: inline-block;
		margin: 0px 1%;
		border: solid 1px #dddddd;
	}
	.fy1 .s1 {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	.fy1 {
		width: 100%;
		float: left;
		text-align: center;
		margin: 0px 0px 0px 0px;
	}
	.fy1 a {
		padding: 0px 12px;
		height: 35px;
		line-height: 35px;
		display: inline-block;
		margin: 0px 2px;
		border: solid 1px #dddddd;
	}
}
.fy1 a:hover,
.fy1 a.fdq {
	background: #d60000;
	color: #ffffff;
	border: solid 1px #d60000;
}

@media only screen and (max-width: 1200px) {
	.p1 {
		width: 102%;
		float: left;
		margin: 0px 0 5px -1%;
	}
	.p1 li {
		width: 48%;
		margin: 1%;
		float: left;
		text-align: center;
	}
	.p1 .imgk,
	.p1 .imgk img {
		width: 100%;
		float: left;
	}
	.p1 p {
		width: 100%;
		float: left;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		margin-top: 5px;
	}

	.sy_n2 {
		width: 100%;
		float: left;
		margin-bottom: 5px;
	}
	.sy_n2 li {
		padding-bottom: 15px;
		font-size: 12px;
		color: #777;
		margin-bottom: 15px;
		border-bottom: dotted 1px #ddd;
	}
	.sy_n2 a.dbt {
		display: block;
		font-size: 14px;
	}
	.sy_n2 .sj {
		display: block;
		padding: 5px 0;
	}

	.sbt {
		width: 100%;
		float: left;
		text-align: center;
		font-size: 16px;
		color: #333;
		line-height: 155%;
		margin: 0px 0px 10px 0px;
	}
	.ssj {
		width: 100%;
		float: left;
		background: #f6f6f6;
		border: solid 1px #e5e5e5;
		color: #999;
		text-align: center;
		line-height: 35px;
	}
	.snr {
		width: 100%;
		float: left;
		margin: 20px 0px 10px 0px;
	}
	.gd {
		width: 100%;
		float: left;
		border-top: solid 1px #e5e5e5;
		padding-top: 15px;
		color: #666;
	}

	.lx_nr {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
	.lx_nr .txtk {
		width: 100%;
		margin-bottom: 20px;
	}
	.lx_nr .txtk h2 {
		font-size: 16px;
		margin-bottom: 10px;
		font-weight: bold;
		line-height: 155%;
	}
	.lx_nr .imgk {
		width: 100%;
		float: left;
		height: 200px;
	}
	.lx_nr .map {
		height: 200px;
	}

	.fo1 {
		float: left;
		width: 100%;
	}
	.fo1 h2 {
		width: 100%;
		float: left;
		font-size: 16px;
		margin-bottom: 10px;
		margin-bottom: 15px;
		line-height: 155%;
	}
	.fo1 li {
		margin-bottom: 15px;
	}
	.fo1 .form-control {
		height: 40px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.fo1 .form-control.tx1 {
		width: 100%;
	}
	.fo1 .form-control.tx3 {
		width: 100%;
		height: 100px;
	}
	.an_r {
		height: 40px;
		line-height: 100%;
		padding: 0px 40px;
		color: #fff;
		font-size: 16px;
		background: #d60000;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
}
@media only screen and (max-width: 450px) {
	.p1 li {
		width: 98%;
	}
}
@media only screen and (min-width: 1200px) {
	.p1 {
		width: 102%;
		float: left;
		margin: -5px 0 40px -1%;
	}
	.p1 li {
		width: 31.3333%;
		margin: 1%;
		float: left;
		text-align: center;
	}
	.p1 .imgk,
	.p1 .imgk img {
		width: 100%;
		float: left;
		height: 202px;
	}
	.p1 p {
		width: 100%;
		float: left;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin-top: 10px;
	}

	.sy_n2 {
		width: 100%;
		float: left;
		margin-bottom: 40px;
	}
	.sy_n2 li {
		padding-bottom: 15px;
		font-size: 13px;
		color: #777;
		margin-bottom: 15px;
		border-bottom: dotted 1px #ddd;
	}
	.sy_n2 a.dbt {
		display: block;
		font-size: 16px;
	}
	.sy_n2 .sj {
		display: block;
		padding: 5px 0;
	}

	.sbt {
		width: 100%;
		float: left;
		text-align: center;
		font-size: 22px;
		color: #333;
		line-height: normal;
		margin: 25px 0px 35px 0px;
	}
	.ssj {
		width: 100%;
		float: left;
		background: #f6f6f6;
		border: solid 1px #e5e5e5;
		color: #999;
		text-align: center;
		line-height: 35px;
	}
	.snr {
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 32px;
		margin: 40px 0px 40px 0px;
	}
	.gd {
		width: 100%;
		float: left;
		border-top: solid 1px #e5e5e5;
		padding-top: 20px;
		font-size: 14px;
		line-height: 30px;
		color: #666;
	}

	.lx_nr {
		width: 50%;
		float: left;
		border-right: solid 1px #ddd;
		padding-right: 3%;
	}
	.lx_nr .txtk {
		width: 100%;
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.lx_nr .txtk h2 {
		font-size: 24px;
		margin-bottom: 10px;
		line-height: 155%;
	}
	.lx_nr .imgk {
		width: 100%;
		float: right;
		height: 300px;
	}
	.lx_nr .map {
		height: 300px;
	}

	.fo1 {
		float: right;
		width: 46%;
	}
	.fo1 h2 {
		width: 100%;
		float: left;
		font-size: 18px;
		margin-bottom: 10px;
		margin-bottom: 15px;
		line-height: 155%;
	}
	.fo1 li {
		height: 55px;
		width: 100%;
		float: left;
	}
	.fo1 li.l1 {
		height: 145px;
	}
	.fo1 .form-control {
		height: 40px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.fo1 .form-control.tx1 {
		width: 60%;
	}
	.fo1 .form-control.tx3 {
		width: 100%;
		height: 130px;
	}
	.an_r {
		height: 40px;
		line-height: 100%;
		padding: 0px 40px;
		color: #fff;
		font-size: 16px;
		background: #d60000;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
}
.fo1 .form-control {
	float: left;
}
.an_r:hover {
	background: #f80000;
}

.sy_ban1 {
	width: 100%;
	text-align: center;
}
.sy_ban1 img {
	max-width: 100%;
	max-height: 600px;
}
